home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / cdupdate.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.5 KB  |  73 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Context_Directed_Update_Utilities
  3. -- VERSION           : 1.1 (FRAN246)
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : Mendal@SU-SIERRA.ARPA
  6. -- AUTHOR            : Geoffrey O. Mendal
  7. --                   : Stanford University
  8. --                   : Computer Systems Laboratory
  9. --                   : Stanford, CA  94305
  10. --                   : (415) 723-1414 or 723-1175
  11. -- COPYRIGHT         : (c) 1985, 1986 Geoffrey O. Mendal
  12. -- DATE CREATED      : Sat 28 Dec 85
  13. -- DATE RELEASED     : Sun 29 Dec 85
  14. -- DATE LAST UPDATED : MENDAL Fri 24 Jan 86
  15. -- LOCATION          : C2MUG
  16. -- LOCATION          : ASR
  17. -- ENVIRONMENT       : DG MV10000, ROLM ADE
  18. --= CLASSIFICATION       ===============================================--
  19. -- CATEGORY LEVEL 1  : COMPONENTS
  20. -- CATEGORY LEVEL 2  : Context-Directed Update
  21. -- CATEGORY LEVEL 3  : 
  22. -- CATEGORY LEVEL 4  : 
  23. -- KEYWORD           : REVISION CONTROL
  24. -- KEYWORD           : CDUPDATE
  25. -- INDEX             : CDUPDATE
  26. -- INDEX             : Revision Control
  27. -- INDEX             : Control, Revision
  28. -- TAXONOMY          : 
  29. -- DEPENDENCIES      : 
  30. -- SEE ALSO          : PD:<ADA.COMPONENTS>FILECOMP, PD:<ADA.COMPONENTS>SORTARRY
  31. --= FILE LISTING         ===============================================--
  32. -- FILE SPECS        : PD:<ADA.COMPONENTS>CDU*.*
  33. -- DIRECTORY DISPLAY :
  34. -- Directory   PD:<ADA.COMPONENTS>
  35. --      File Name     Byte Count  Line Count
  36. --   ---------------  ----------  ----------
  37. --   CDUPDATE.ADA          57663        1525
  38. --   CDUPDATE.PRO           3561          71
  39. --   ===============  ==========  ==========
  40. --     2 Files             61224        1596
  41. --= ABSTRACT             ===============================================--
  42. --         This  generic  package  contains  routines  to  perform  files
  43. -- revision control.  Given a baseline ASCII file, and one or more update
  44. -- decks stored in a single file, it generates an  updated  or  downdated
  45. -- version   of   the  baseline.   The  update  decks  can  be  generated
  46. -- automatically by the package File_Compare_Utilities
  47. --= REVISION HISTORY     ===============================================--
  48. --
  49. -- DATE         VERSION              AUTHOR     HISTORY
  50. -- 12/29/85     1.0 (SAEC285)     Mendal     Initial Release
  51. -- 01/24/86     1.1 (FRAN246)     Mendal     Bug fixes, enhancements
  52. --= RELEASE NOTICE       ===============================================--
  53. -- This prologue must be included in all copies of this software.
  54. --
  55. -- This software is copyright by the author.
  56. --
  57. -- This software is released to the Ada community.
  58. -- This software is released to the Public Domain (note:
  59. --   software released to the Public Domain is not subject
  60. --   to copyright protection).
  61. -- Restrictions on use or distribution:  NONE
  62. --= DISCLAIMER           ===============================================--
  63. --     This software and its documentation are provided "AS IS" and
  64. -- without any expressed or implied warranties whatsoever.  No warranties
  65. -- as to performance, merchantability, or fitness for a particular
  66. -- purpose exist.
  67. --     The user is advised to test the software thoroughly before
  68. -- relying on it.  The user must assume the entire risk and liability of
  69. -- using this software.  In no event shall any person or organization of
  70. -- people be held responsible for any direct, indirect, consequential or
  71. -- inconsequential damages or lost profits.
  72. --======================================================================--
  73.